home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11948 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.unix.programmer,comp.lang.c
  2. Path: news.netins.net!duke!scottm
  3. From: scottm@uis.com (Scott Miller)
  4. Subject: Re: Q: Size of a program
  5. Message-ID: <Doy1p7.5Kw@uis.com>
  6. Date: Wed, 27 Mar 1996 20:46:18 GMT
  7. References: <315821A7.3C8E@lava.weeg.uiowa.edu>
  8. Organization: Unix Integration Services
  9.  
  10. Artur Wojdat <awojdat@lava.weeg.uiowa.edu> writes:
  11. >
  12. >Hello everybody,
  13. >    I have bunch of programs designed to query Sybase and print the 
  14. >results. Nothing special about that but the source code for most of them 
  15. >takes up about 2K of disk space and compiled version ... over 600K !!!
  16. >    We have some limitations on our system and I am not able to have 
  17. >all my programs compiled. So, is there a way to make the executables 
  18. >shrink in size ?? Any suggestions will be greatly appreciated
  19. >                    Art ..
  20.  
  21. You don't mention what kind of system this is.  If it is a Unix
  22. system, you should check out the 'strip' utility.  Strip will work
  23. to reduce the size of virtually any executable.  Be sure and RTFM first.
  24.  
  25.                 Scott Miller
  26.  
  27. -- 
  28. --
  29. +-----------------------------------------------------------------+
  30. | Scott A. Miller                                                 |
  31. | Unix Integration Services                        scottm@uis.com |
  32.